home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / seditpt.6 < prev    next >
Text File  |  1996-07-16  |  631b  |  23 lines

  1. .TH SEDITPT
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. SEDITPT
  5.  
  6.  
  7.  
  8.  SurfaceType SEDITPT( SurfaceType Srf, CtlPtType CPt, NumericType UIndex,
  9.                                                       NumericType VIndex )
  10.  
  11. Provides a simple mechanism to manually modify a single control point number
  12. UIndex and VIndex (base count is 0) in the control mesh of Srf
  13. by substituting CtlPt instead. CtlPt must have the same point type as
  14. the control points of Srf. Original surface Srf is not modified.
  15.  
  16. Example:
  17.  
  18.     CPt = ctlpt( E3, 1, 2, 3 );
  19.     NewSrf = SEDITPT( Srf, CPt, 0, 0 );
  20.  
  21. Constructs a NewSrf with the first control point of Srf being
  22. CPt.
  23.